Skip to content

Add AGENTS.md with Cursor Cloud development environment instructions#51

Draft
basicBrogrammer wants to merge 1 commit intomasterfrom
cursor/development-environment-setup-2403
Draft

Add AGENTS.md with Cursor Cloud development environment instructions#51
basicBrogrammer wants to merge 1 commit intomasterfrom
cursor/development-environment-setup-2403

Conversation

@basicBrogrammer
Copy link
Copy Markdown
Owner

Summary

Adds AGENTS.md with Cursor Cloud specific instructions for future agents working in this repository.

What's included

  • Quick reference table for common dev commands (npm install, npm run dev, npm run lint, npm run generate)
  • Non-obvious notes about Node >= 22 requirement, embedded SQLite via @nuxt/content, SPA mode, ESLint warning, Husky hooks, and absence of automated tests

Environment verification

The development environment was fully set up and verified:

  • Dependencies: npm install completes successfully (Node.js v22.22.1)
  • Lint: npm run lint passes (ESLint + Stylelint)
  • Build: npm run generate produces static output in .output/public
  • Dev server: npm run dev starts on port 3000 with HMR

Demo

demo-blog-navigation.mp4

Blog homepage, article page, and about page all rendering correctly.

Blog homepage with article cards
Individual article page with code highlighting
About page

Open in Web Open in Cursor 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants